home *** CD-ROM | disk | FTP | other *** search
- object PoemDialog: TPoemDialog
- Left = 263
- Top = 115
- ActiveControl = LBPoem
- BorderStyle = bsDialog
- Caption = 'Poetry Corner'
- ClientHeight = 230
- ClientWidth = 317
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 184
- Width = 125
- Height = 13
- Caption = '[Poem by Robert Graves]'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object LineLabel: TLabel
- Left = 8
- Top = 208
- Width = 129
- Height = 13
- AutoSize = False
- end
- object OKBtn: TBitBtn
- Left = 148
- Top = 192
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 232
- Top = 192
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object GroupBox1: TGroupBox
- Left = 4
- Top = 8
- Width = 305
- Height = 165
- Caption = 'OwnerDraw demo'
- TabOrder = 0
- object LBPoem: TPickList
- Left = 16
- Top = 24
- Width = 277
- Height = 130
- IntegralHeight = True
- ItemHeight = 16
- Items.Strings = (
- 'Love without hope'
- 'As when the young bird catcher'
- 'Swept off his tall hat'
- 'To the Squire'#39's own daughter,'
- 'So let the imprisoned larks'
- 'Escape and fly'
- 'Singing about her head,'
- 'As she rode by.')
- TabOrder = 0
- OnDrawItem = LBPoemDrawItem
- SelectedStyle = psOwnerDraw
- OnChange = LBPoemChange
- end
- end
- end
-